-
Benoit Daloze authored
* Add back summary table for pack/unpack directives * This concise summary is very helpful e.g. to find the right Integer directive, and is much better at getting an overview than very long text. * From https://github.com/ruby/ruby/pull/6567 * I merged the tables for Array#pack and String#unpack, there were almost the same except for String and Misc. directives. * Tune up the tabular data and moves it to the top. Co-authored-by:
Burdette Lamar <BurdetteLamar@Yahoo.com> Co-authored-by:
Stan Lo <stan001212@gmail.com>
Benoit Daloze authored* Add back summary table for pack/unpack directives * This concise summary is very helpful e.g. to find the right Integer directive, and is much better at getting an overview than very long text. * From https://github.com/ruby/ruby/pull/6567 * I merged the tables for Array#pack and String#unpack, there were almost the same except for String and Misc. directives. * Tune up the tabular data and moves it to the top. Co-authored-by:
Burdette Lamar <BurdetteLamar@Yahoo.com> Co-authored-by:
Stan Lo <stan001212@gmail.com>
Loading