templatetag.js 80 B

1234567
  1. /**
  2. * @param {T} t
  3. * @constructor
  4. * @template T
  5. */
  6. function Container(t) {}