AmbiguousFormat indicates whether the result of formatting this Datum can be interpreted into more than one type. Used with fmtFlags.disambiguateDatumTypes.
()
| 97 | // be interpreted into more than one type. Used with |
| 98 | // fmtFlags.disambiguateDatumTypes. |
| 99 | AmbiguousFormat() bool |
| 100 | |
| 101 | // Size returns a lower bound on the total size of the receiver in bytes, |
| 102 | // including memory that is pointed at (even if shared between Datum |
no outgoing calls
no test coverage detected