Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document pop, shift, push and append more concisely #3973

Merged
merged 3 commits into from
Oct 18, 2021
Merged

Document pop, shift, push and append more concisely #3973

merged 3 commits into from
Oct 18, 2021

Commits on Oct 17, 2021

  1. Document pop, shift, push and append more concisely

    In the "Defined as" sections, use meaningful parameter names and
    omit multis that are implemented only for performance reasons.
    This should more clearly convey the intent of these routines.
    dumarchie committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    daef922 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Restore documentation of multis

    All multi signatures found in the Rakudo implementation should be
    documented. Parameter names can be changed to fit the documentation.
    dumarchie committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    b08e519 View commit details
    Browse the repository at this point in the history
  2. Restore a one-line example.

    Not everybody agreed this example was redundant.
    dumarchie committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    e9e055c View commit details
    Browse the repository at this point in the history