Re: Unsigned Int in Swift
Re: Unsigned Int in Swift
- Subject: Re: Unsigned Int in Swift
- From: Roland King <email@hidden>
- Date: Wed, 02 Jul 2014 17:26:53 +0800
It's a playground bug. It fails on UInts (and also lots of enums which are UInts under the covers)
On 2 Jul, 2014, at 5:12 pm, Gerriet M. Denkmann <email@hidden> wrote:
> Some Playground:
>
> import Cocoa
> var i : Int = 0 // ok
> var u : UInt = 0 // lots of errors
>
> How to use unsigned integers?
>
> Gerriet
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Xcode-users mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden