You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.. and define const Node = GenericNode{Nothing}. This way MarkdownAST.Node would always refer to a concrete type, and would also make it more clear in other packages when they define their own Node with their own T.
.. and define
const Node = GenericNode{Nothing}
. This wayMarkdownAST.Node
would always refer to a concrete type, and would also make it more clear in other packages when they define their ownNode
with their ownT
.This is inspired by how
IOBuffer
is really an instance ofGenericIOBuffer{T}
.The text was updated successfully, but these errors were encountered: