blog.krzyzanowskim.com/2015/03/01/swift_madness_of_generic_integer

Handling Integers with Swift is not an easiest task. Especially when I need generic function that can do some work on any kind of Integer. There is 11 Integer types that can be considered as Integers: Int8 UInt8 Int16 UInt16...


Comments (0)

Sign in to post comments.