View Source Posexional.Field.ProgressiveNumber (posexional v1.1.0-rc.0)

this module represent a single field in a row of a positional file with a progressive number

Summary

Types

@type t() :: %Posexional.Field.ProgressiveNumber{
  alignment: term(),
  counter: term(),
  filler: term(),
  name: term(),
  size: term()
}

Functions

Link to this function

new(name, size, opts \\ [])

View Source
@spec new(atom(), integer(), Keyword.t()) :: t()
@spec write(t(), integer()) :: binary()