Go Method Set for Type and Method Set for Pointer to Type

From NovaOrdis Knowledge Base
Revision as of 22:27, 1 September 2024 by Ovidiu (talk | contribs) (Created page with "=Internal= * Go Method =Overview= A method defined with a value receiver can be always invoked on the pointer of the type. This is because given a poster, a value can always be obtained.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

Overview

A method defined with a value receiver can be always invoked on the pointer of the type. This is because given a poster, a value can always be obtained.