Unit 'WIT.Model' Package
[Overview][Types][Classes][Index] [#fcl-wit]

TWITTypeKind

Declaration

Source position: wit.model.pp line 36

type TWITTypeKind = (

  wtVoid,

  wtIdentifier,

  wtRecord,

  wtFlags,

  wtEnum,

  wtResource,

  wtTuple,

  wtList,

  wtOption,

  wtResult,

  wtVariant,

  wtUnion,

  wtString,

  wtU8,

  wtU16,

  wtU32,

  wtU64,

  wtS8,

  wtS16,

  wtS32,

  wtS64,

  wtFloat32,

  wtFloat64,

  wtBool,

  wtChar,

  wtStream,

  wtFuture,

  wtFunction

);


Documentation generated on: 2025-07-25