VtFrom typedef

VtFrom = Result<Prefix, String> Function(Prefix p, int n)

Implementation

typedef Result<Prefix, String> VtFrom(Prefix p, int n);