Coda by Ian Macalinao
    Preparing search index...

    Function fixedSizeTypeNode

    • Wraps another type and asserts a fixed total byte size. Padding or truncation is applied as needed.

      Type Parameters

      Parameters

      • type: TType
      • size: number

      Returns FixedSizeTypeNode<TType>