-
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
init?<S>(hyloLiteral s: S, signed: Bool, bitWidth: Int) where S : StringProtocol
View on GitHub