<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ponkotuy</author_name>
  <author_url>https://blog.hatena.ne.jp/ponkotuy/</author_url>
  <blog_title>ponkotuyの日記</blog_title>
  <blog_url>https://ponkotuy.hatenadiary.org/</blog_url>
  <categories>
    <anon>Scala</anon>
  </categories>
  <description>boost::intervalとはなんぞや https://sites.google.com/site/boostjp/tips/interval_arithmeticにあったりするが、要するに数値の範囲を扱うライブラリで、区間演算とかできたりするが、とりあえず範囲の重複だけでも取得したい！と思ってScalaでその部分だけ実装してみたという話。 Scala Interval case class Interval[T] (val from: T, val to: T)(implicit num: Numeric[T]) { import num.{mkNumericOps, mkOrderin…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fponkotuy.hatenadiary.org%2Fentry%2F20121203%2F1354538054&quot; title=&quot;boost::intervalを羨むScala使い（Scalaで簡易版を実装してみた） - ponkotuyの日記&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2012-12-03 21:34:14</published>
  <title>boost::intervalを羨むScala使い（Scalaで簡易版を実装してみた）</title>
  <type>rich</type>
  <url>https://ponkotuy.hatenadiary.org/entry/20121203/1354538054</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
