-
Creates an instance from a Hylo integer literal
swith givenbitWidth, applying two’s complement to represent negative numbers; fails if the representation ofsrequires more too many bits or ifsis negative andsignedis false.Requires
smust be a valid Hylo integer literal.Declaration
Swift
fileprivate static func parse<S: StringProtocol>( hyloLiteral s: S, signed: Bool, bitWidth: Int ) -> Self?
View on GitHub