From 72f4cdb2b4221658b4c85b33394377081ffae6bb Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Wed, 23 Sep 2020 21:31:57 +0200 Subject: [PATCH] docs: update implementation status for @Type() --- doc/langref.html.in | 29 +++++++++++------------------ 1 file changed, 11 insertions(+), 18 deletions(-) diff --git a/doc/langref.html.in b/doc/langref.html.in index dce23a43e4..504a4e02e2 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -8467,30 +8467,23 @@ test "integer truncation" {
  • {#syntax#}@TypeOf(null){#endsyntax#}
  • {#link|Arrays#}
  • {#link|Optionals#}
  • +
  • {#link|Error Set Type#}
  • {#link|Error Union Type#}
  • {#link|Vectors#}
  • {#link|Opaque Types#}
  • -
  • AnyFrame
  • - -

    - For these types it is a - TODO in the compiler to implement: -

    - -

    - For these types, {#syntax#}@Type{#endsyntax#} is not available. - There is an open proposal to allow unions and structs. -

    - +

    + For these types, {#syntax#}@Type{#endsyntax#} is not available: +

    + {#header_close#} {#header_open|@typeInfo#}