英語 での The standard library の使用例とその 日本語 への翻訳
{-}
-
Colloquial
-
Ecclesiastic
-
Computer
-
Programming
File Manipulation- OCaml File manipulationThis is a guide to basic file manipulation in OCaml using only what the standard library provides.
Sixty-five attendees spent five days learning everything from the fundamental concepts and features of C++, to the standard library.
Some libraries implement their own string formats, but these formats are not supported by the standard library.
Being primarily a facility to simplify notation in code, auto does not affect the standard library specification.
No other changes to any existing standard classes are needed, and it doesn't depend on any other extensions of the standard library.
Until C++11, classes that overloaded operator& were not CopyConstructible and thus weren't usable in the standard library containers.
It brings a number of improvements to the language and the standard library, including better generics, Hashable protocol, and random number generation.
We had the Swift runtime, the standard library, a little bit of foundation, and we had a version of dispatch, but it didn't compile, and it certainly didn't pass any of the tests.
These installers come with rustc, cargo, rustdoc, the standard library, and the standard documentation, but do not provide access to additional cross-targets like rustup does.
In addition to the above modules that also support Python 2, the asyncio module added to the standard library in Python 3.4 was originally developed as a PyPI module for Python 3.3.
Some significant new packages have been added to the standard library, such as the multiprocessing and json modules, but there aren't many new features that aren't related to Python 3.0 in some way.
Altova Extension Functions Altova extension functions can be used in XPath/XQuery expressions. They provide additional functionality to the functionality that is available in the standard library of XPath, XQuery, and XSLT functions.
This is the only“official” form of a string in the C language, and all the standard library functions that expect strings expect them to be of this fashion.
The standard library provides fst and snd(here, under"Pair operations"), convenience functions that allow you to access the first and second element of a 2-tuple.
You must understand the following: The OCaml compilers know where the standard library is and uses it systematically try: ocamlc-where.
I wish there was a common super trait for various future implementations in the standard library, so I can express the concept without tying the code to a specific platform stack.
The standard library definition is already about 70% of the normative text of the standard(and that doesn't count the C standard library, which is included by reference).