archToString function

String archToString(
  1. Arch a
)

Implementation

String archToString(Arch a) => a == Arch.gpt ? 'gpt' : 'aft';