init?(Any?)
Initialize from any type Currently supports:
init(UInt64)
Initialize from a UInt64
struct Snowflake
init?(Any?)
init(UInt64)
var numberInProcess: Int
var processId: Int
let rawValue: UInt64
var timestamp: Date
var workerId: Int
static let epoch: Date
static func fakeSnowflake(date: Date) -> Snowflake?