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

Add 'std.format.read.formattedRead' overloads to return a Tuple with values read #8647

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Mar 22, 2023

  1. refactor(formattedRead): add not is type validation to template argum…

    …ent 'fmt'
    
    Signed-off-by: João Lourenço <jlourenco5691@gmail.com>
    iK4tsu committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    7bcb86b View commit details
    Browse the repository at this point in the history
  2. feat(formattedRead): add overloads to return a tuple with the read va…

    …lues
    
    Signed-off-by: João Lourenço <jlourenco5691@gmail.com>
    iK4tsu committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    76fc185 View commit details
    Browse the repository at this point in the history
  3. test(formattedRead): add unnittests for the tuple return type overloads

    Signed-off-by: João Lourenço <jlourenco5691@gmail.com>
    iK4tsu committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    71f05e6 View commit details
    Browse the repository at this point in the history