trustedGet.trustedGet

  1. auto ref trustedGet()
    template trustedGet(RetTypes...)
    ref return
    trustedGet
    (
    this This
    )
    ()
    if (
    RetTypes.length > 1
    )
  2. auto ref trustedGet()
  3. alias trustedGet(Kind kind) = trustedGet!(AllowedTypes[kind])
  4. auto ref trustedGet()

Meta