We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There are two Access Modifiers in nymph.
"pub" and "pri".
pri (private) is default, thus its use is optional.
"pub" makes a function public to other nymph files.