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

Core.Move Hex and Binary functions from Stringf, Centerf, Rightf to Hexf and Binaryf #286

Open
CookingWithCale opened this issue Apr 18, 2024 · 0 comments

Comments

@CookingWithCale
Copy link
Collaborator

CookingWithCale commented Apr 18, 2024

Mission

Problem

The problem I am addressing on this mission is that I overhauled the type system but need to update the print functions and need ATypef, but I have a cart and hoarse problem I spent all day dealing with. I had split up Stringf from the Uniprinter because Stringf is just supposed to print strings, and the Uniprinter is supposed to print the ASCII Data Types..

Solution

The solution that I'm addressing on this mission is to use the same technique I used for ATypef to print center and right aligned.

o << Hexf(123).Right(10)

File Affected

  1. ?

Hierarchy

Tags

Mission

A

Sessions

License

Copyright Kabuki Starship; all rights reserved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant